go/types.Checker.ident (method)

3 uses

	go/types (current package)
		expr.go#L1257: 		check.ident(x, e, nil, false)
		typexpr.go#L22: func (check *Checker) ident(x *operand, e *ast.Ident, def *Named, wantType bool) {
		typexpr.go#L244: 		check.ident(&x, e, def, true)